#
# Oliver Soop oliversoop@gmail.com
# 22. May 2014
#
This folder contains scripts for calculating different graph metrics that were described in the thesis.

	CalculateBetweenness.R - Used to calculate betweenness
	CalculateDegree.R - Used to calculate in and out-degree
	FitToPowerLaw.R - Used to fit degrees to power law
	CalculatePageRank.R - Used to calculate vertices PageRank scores
	ImportEdgeListNetworkOverview.R - Used to import edge list and create igraph graph, also some metrics
	RemoveLessThanThreeSubcomponents.R - Used to remove subgraphs with less than three vertices
	TemporalPatterns.R - Used to cluster time series using kmeans and to plot the results
	ArticleCommentCountPlotting.R - Used to plot article comment count distribution